ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / MultiSelect<T> Class / ShowFilterInput Property

In This Topic
    ShowFilterInput Property (MultiSelect<T>)
    In This Topic
    Gets or sets whether the control should display a "filter" input above the items to filter the items displayed.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    Public Property ShowFilterInput As Boolean
    [DefaultValue(false)]
    public bool ShowFilterInput {get; set;}
    Remarks
    The default value for this property is false.
    See Also